Refactor Dependabot NuGet config with globs and cleanup#1247
Open
phn-ms wants to merge 4 commits intomorganstanley:mainfrom
Open
Refactor Dependabot NuGet config with globs and cleanup#1247phn-ms wants to merge 4 commits intomorganstanley:mainfrom
phn-ms wants to merge 4 commits intomorganstanley:mainfrom
Conversation
Update dependabot.yml to use single quotes for dependency names, version patterns, and directory paths. Also, standardize YAML list formatting for version arrays. These stylistic changes improve consistency and readability without affecting functionality.
Refactored the Dependabot configuration for NuGet to use the directories key with glob patterns, reducing duplication and simplifying management. Updated comments to note glob support. Consolidated and expanded the ignore list, including new patterns like System.* and Finos.Fdc3*. Removed the groups section for NuGet dependencies to further streamline the config. npm configuration is unchanged.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1247 +/- ##
=====================================
Coverage 65.9% 65.9%
=====================================
Files 335 335
Lines 9821 9821
Branches 1291 1290 -1
=====================================
+ Hits 6476 6477 +1
+ Misses 2971 2969 -2
- Partials 374 375 +1 🚀 New features to boost your workflow:
|
ZKRobi
previously approved these changes
Mar 2, 2026
lilla28
reviewed
Mar 2, 2026
.github/dependabot.yml
Outdated
| directory: '/src/messaging/dotnet/src/Server' | ||
| directories: | ||
| - '/src/**/dotnet/**' | ||
| - '/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype' |
Contributor
There was a problem hiding this comment.
do we still need to build prototypes? can not we remove them?
Contributor
Author
There was a problem hiding this comment.
That should be discussed.
However, line 22 has been removed since the whole multi-module-prototype subfolder is missing from the repo.
The directory /prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype was excluded from Dependabot's NuGet monitoring. All other Dependabot configuration settings remain unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactor Dependabot NuGet config with globs and cleanup
Refactored the Dependabot configuration for NuGet to use the directories key with glob patterns, reducing duplication and simplifying management. Updated comments to note glob support. Consolidated and expanded the ignore list, including new patterns like System.* and Finos.Fdc3*. Removed the groups section for NuGet dependencies to further streamline the config. npm configuration is unchanged.